doWhileSuspended
( class in module jsPlumb
)
Suspends drawing, runs the given function, then re-enables drawing (and repaints, unless you tell it not to)
fn – {function} –
Function to run while suspended.
doNotRepaintAfterwards – {boolean} –
If true, jsPlumb won't run a full repaint. Otherwise it will.